mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Include fe80 in cert
fe80 is needed and a valid thing to assert.
This commit is contained in:
parent
5fb4f2b36c
commit
a3f7fc12b5
@ -20,8 +20,6 @@ def get_ip_addresses():
|
||||
for line in lines.split('\n'):
|
||||
if line.startswith(' inet6 '):
|
||||
line = line.replace(' inet6 ', '').split('/')[0]
|
||||
if line.startswith('fe80::'):
|
||||
continue
|
||||
if line == '::1':
|
||||
continue
|
||||
elif line.startswith(' inet '):
|
||||
|
Loading…
Reference in New Issue
Block a user