Add info about potentially breaking quota

This commit is contained in:
2022-08-14 21:33:07 +02:00
parent 125c13dd3c
commit 1102c314ca
3 changed files with 10 additions and 9 deletions

View File

@ -69,7 +69,7 @@ ip6tables -A OUTPUT -d $clearnet -j ACCEPT
#accet IPv6 ICMP packages required for SLAAC
ip6tables -A INPUT -p ipv6-icmp -j ACCEPT
ip6tables -A OUTPUT -p ipv6-icmp -j ACCEPT
#allow querriying ntp servers (must mach /etc/systemd/timesyncd.conf
#allow querriying ntp servers (must mach /etc/systemd/timesyncd.conf)
for clearnet in 164.68.124.74 185.244.195.159 78.46.53.2 88.99.86.9; do(
iptables -t nat -A OUTPUT -p udp --dport 123 -d $clearnet -j RETURN
iptables -A OUTPUT -p udp --dport 123 -d $clearnet -j ACCEPT

View File

@ -12,6 +12,7 @@
# See timesyncd.conf(5) for details.
[Time]
#These must mach with firewll config in /etc/systemd/timesyncd.conf
Servers=164.68.124.74 185.244.195.159 78.46.53.2 88.99.86.9 2a02:c207:3004:9819::1 2a03:4000:27:602:d4cf:50ff:fedb:b65a 2a01:4f8:110:12d5::2 2a01:4f8:c17:b041::1
#NTP=
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org