From 690614ce67674017bd692966c8fdf57b08274907 Mon Sep 17 00:00:00 2001 From: Jmnote Date: Sat, 30 Dec 2023 00:01:45 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 611ecbd..b9d863a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![contribuiton welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](https://github.com/kuoss/myip/blob/main/CONTRIBUTING.md) [![Go Report Card](https://goreportcard.com/badge/github.com/kuoss/myip)](https://goreportcard.com/report/github.com/kuoss/myip) -env | description | default | example ------------ | ------------------------------------------- | ------- | ------- -APP_ADDR | the TCP address for the server to listen on | `:80` | `:8080` -APP_PROXIES | comma-separated trusted proxies | | `10.0.0.0/8,192.168.1.33` +env | description | default | example +------------- | ------------------------------------------- | ------- | ------- +`APP_ADDR` | the TCP address for the server to listen on | `:80` | `:8080` +`APP_PROXIES` | comma-separated trusted proxies | | `10.0.0.0/8,192.168.1.33`