adapt s-proxy.yml bugs divers

This commit is contained in:
tl 2021-01-06 11:32:38 +01:00
parent 69e676027c
commit 73c5d2a952

View File

@ -2,7 +2,7 @@ package:
squid: squid:
installed: true installed: true
addr: addr:
tcp://192.168.99.99:8080: tcp://192.168.99.99:8080:
reachable: true reachable: true
timeout: 500 timeout: 500
port: port:
@ -10,6 +10,7 @@ port:
listening: true listening: true
ip: ip:
- '::' - '::'
service:
squid: squid:
enabled: true enabled: true
running: true running: true
@ -24,19 +25,17 @@ interface:
enp0s3: enp0s3:
exists: true exists: true
addrs: addrs:
- 192.168.99.1/24 - 192.168.99.2/24
enp0s8 mtu: 1500
exists: true
addrs:
- 192.168.99.1/24
enp0s8: enp0s8:
exists: true exists: true
addrs: addrs:
- 172.16.0.1/24 - 172.16.0.2/24
mtu: 1500
http: http:
http://localhost/wpad.dat: http://localhost/wpad.dat:
status: 200 status: 200
allow-insecure: false allow-insecure: false
no-follow-redirects: false no-follow-redirects: false
timeout: 5000 timeout: 5000
body: [] body: []