From 1a74e6b3ce061f3c866bcb3f119ee5c73b0c6796 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Wed, 10 Feb 2021 21:07:30 +0000 Subject: squid: T3299: Add listen address 0.0.0.0 --- src/conf_mode/service_webproxy.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/conf_mode/service_webproxy.py') diff --git a/src/conf_mode/service_webproxy.py b/src/conf_mode/service_webproxy.py index 8dfae348a..cbbd2e0bc 100755 --- a/src/conf_mode/service_webproxy.py +++ b/src/conf_mode/service_webproxy.py @@ -123,9 +123,6 @@ def verify(proxy): ldap_auth = dict_search('authentication.method', proxy) == 'ldap' for address, config in proxy['listen_address'].items(): - if not is_addr_assigned(address): - raise ConfigError( - f'listen-address "{address}" not assigned on any interface!') if ldap_auth and 'disable_transparent' not in config: raise ConfigError('Authentication can not be configured when ' \ 'proxy is in transparent mode') -- cgit v1.2.3