From b472127cd2599584a40a45f54036275c893ca3e0 Mon Sep 17 00:00:00 2001 From: Jmnote Date: Fri, 29 Dec 2023 22:45:50 +0900 Subject: [PATCH] Update README.md (#9) * Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eaa34a..d6d7981 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # myip -What's my IP +"What's my IP" application [![release](https://github.com/kuoss/myip/actions/workflows/release.yml/badge.svg)](https://github.com/kuoss/myip/actions) [![pull-request](https://github.com/kuoss/myip/actions/workflows/pull-request.yml/badge.svg)](https://github.com/kuoss/myip/actions) @@ -9,3 +9,8 @@ What's my IP [![GitHub stars](https://img.shields.io/github/stars/kuoss/myip.svg)](https://github.com/kuoss/myip/stargazers) [![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`