Compare commits

..

No commits in common. '4150a6024e725fa51b2c289d3846081ac7dcbca3' and 'eccc82a9ccf757e9976f5d072a2882b9d5978526' have entirely different histories.

@ -7,8 +7,4 @@ wireguard_bb_peers:
pub_key: 'LobyJ67+/rGkTcFSchnJMz76MGVBAz5FrFypYq9GnzQ=' pub_key: 'LobyJ67+/rGkTcFSchnJMz76MGVBAz5FrFypYq9GnzQ='
ipv4: '10.222.0.212' ipv4: '10.222.0.212'
port: 10151 port: 10151
- name: 'oluniko'
pub_key: 'cA1iCWyC2dtyc43rKmicqnwOZQ9DMjEc3km/v4rJH10='
ipv4: '10.222.0.214'
port: 10152
dns_ip: '2a03:2260:1016::53' dns_ip: '2a03:2260:1016::53'

@ -11,15 +11,15 @@ net.ipv6.conf.default.autoconf = 0
net.ipv6.conf.all.accept_ra = 0 net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0 net.ipv6.conf.default.accept_ra = 0
net.ipv4.neigh.default.gc_thresh3=16384 net.ipv4.neigh.default.gc_thresh3=8192
net.ipv4.neigh.default.gc_thresh2=8192 net.ipv4.neigh.default.gc_thresh2=4096
net.ipv4.neigh.default.gc_thresh1=4096 net.ipv4.neigh.default.gc_thresh1=2048
net.ipv4.neigh.default.gc_interval=3600 net.ipv4.neigh.default.gc_interval=3600
net.ipv4.neigh.default.gc_stale_time=3600 net.ipv4.neigh.default.gc_stale_time=3600
net.ipv6.neigh.default.gc_thresh3=16384 net.ipv6.neigh.default.gc_thresh3=8192
net.ipv6.neigh.default.gc_thresh2=8192 net.ipv6.neigh.default.gc_thresh2=4096
net.ipv6.neigh.default.gc_thresh1=4096 net.ipv6.neigh.default.gc_thresh1=2048
net.ipv6.neigh.default.gc_interval=3600 net.ipv6.neigh.default.gc_interval=3600
net.ipv6.neigh.default.gc_stale_time=3600 net.ipv6.neigh.default.gc_stale_time=3600

@ -1,5 +1,5 @@
default-lease-time 600; default-lease-time 600;
max-lease-time 900; max-lease-time 3600;
authoritative; authoritative;

Loading…
Cancel
Save