diff --git a/README.md b/README.md index bfba8a3..670480d 100755 --- a/README.md +++ b/README.md @@ -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