Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Comic Chang <comicchang@gmail.com>
  • Loading branch information
comicchang committed Sep 27, 2022
1 parent d9ba3de commit cf7d5b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ Some ISP provided modems only allow port forwarding over IPv4 or IPv6. In this c
"aaaa": true
```

### Method used for getting ip address

If you has multiple network interfaces, or if you are behind nat, you may need to enable alternative way to determine your IP address(es).

```json
"method": "netif",
"interface": "ppp0"
```

### Other values explained

```json
Expand Down

0 comments on commit cf7d5b4

Please sign in to comment.