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,
|
||||
},
|
||||
},
|
||||
'nftables': {
|
||||
'forward': {
|
||||
# Drop DHCP client requests (UDP port 68)
|
||||
'udp sport 68 drop',
|
||||
'udp dport 68 drop',
|
||||
# 'nftables': {
|
||||
# 'forward': {
|
||||
# # Drop DHCP client requests (UDP port 68)
|
||||
# 'udp sport 68 drop',
|
||||
# 'udp dport 68 drop',
|
||||
|
||||
# Drop DHCP server responses (UDP port 67)
|
||||
'udp sport 67 drop',
|
||||
'udp dport 67 drop',
|
||||
},
|
||||
},
|
||||
# # Drop DHCP server responses (UDP port 67)
|
||||
# 'udp sport 67 drop',
|
||||
# 'udp dport 67 drop',
|
||||
# },
|
||||
# },
|
||||
'sysctl': {
|
||||
'net': {
|
||||
'ipv4': {
|
||||
|
|
Loading…
Reference in a new issue