From cf7d5b44242db25b734bfb6b5ee28df0c0c6e7e3 Mon Sep 17 00:00:00 2001 From: Comic Chang Date: Tue, 27 Sep 2022 11:43:36 +0800 Subject: [PATCH] update README.md Signed-off-by: Comic Chang --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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