Skip to content

Commit

Permalink
Update README.md (#9)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
jmnote authored Dec 29, 2023
1 parent e90e753 commit b472127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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`

0 comments on commit b472127

Please sign in to comment.