wip
This commit is contained in:
parent
a10e16a964
commit
116689223e
1 changed files with 10 additions and 10 deletions
|
@ -43,17 +43,17 @@
|
||||||
'dhcp_server': True,
|
'dhcp_server': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'nftables': {
|
# 'nftables': {
|
||||||
'forward': {
|
# 'forward': {
|
||||||
# Drop DHCP client requests (UDP port 68)
|
# # Drop DHCP client requests (UDP port 68)
|
||||||
'udp sport 68 drop',
|
# 'udp sport 68 drop',
|
||||||
'udp dport 68 drop',
|
# 'udp dport 68 drop',
|
||||||
|
|
||||||
# Drop DHCP server responses (UDP port 67)
|
# # Drop DHCP server responses (UDP port 67)
|
||||||
'udp sport 67 drop',
|
# 'udp sport 67 drop',
|
||||||
'udp dport 67 drop',
|
# 'udp dport 67 drop',
|
||||||
},
|
# },
|
||||||
},
|
# },
|
||||||
'sysctl': {
|
'sysctl': {
|
||||||
'net': {
|
'net': {
|
||||||
'ipv4': {
|
'ipv4': {
|
||||||
|
|
Loading…
Reference in a new issue