aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat.c')
-rw-r--r--src/nat/nat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c
index 85b55138d..907728fb4 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -69,6 +69,11 @@ enum LocalAddressSource
69 * given in the configuration (i.e. hole-punched DynDNS setup). 69 * given in the configuration (i.e. hole-punched DynDNS setup).
70 */ 70 */
71 LAL_EXTERNAL_IP, 71 LAL_EXTERNAL_IP,
72
73 /**
74 * Address was obtained by an external STUN server
75 */
76 LAL_EXTERNAL_STUN_IP,
72 77
73 /** 78 /**
74 * Address was obtained by DNS resolution of the external hostname 79 * Address was obtained by DNS resolution of the external hostname