From 5626ac02f3761573c2540a78000e82835b658e2d Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 15 Feb 2023 14:19:14 -0800 Subject: [PATCH] Add docs for getting currently configured public IP --- router/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/router/README.md b/router/README.md index 2e501cf..cfb50ed 100644 --- a/router/README.md +++ b/router/README.md @@ -101,6 +101,12 @@ static-mapping tasmota-3 { } ``` +# Get Currently Configured Hairpin NAT Address +``` +configure +show nat destination rule 1100 destination address +``` + # CLI Reference * [EdgeOS User Guide PDF](https://dl.ubnt.com/guides/edgemax/EdgeOS_UG.pdf) * EdgeOS is built on [Vyatta](https://en.wikipedia.org/wiki/Vyatta)