diff options
Diffstat (limited to 'src/leap/eip/config.py')
| -rw-r--r-- | src/leap/eip/config.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/eip/config.py b/src/leap/eip/config.py index 52f2147..11788ff 100644 --- a/src/leap/eip/config.py +++ b/src/leap/eip/config.py @@ -136,6 +136,10 @@ def check_or_create_default_vpnconf(config): # instead. try: + # XXX by now, we're expecting + # only IP format for remote. + # We should allow also domain names, + # and make a reverse resolv. remote_ip = config.get('provider', 'remote_ip') validate_ip(remote_ip) |
