Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _render_nft_rules(self) -> str:
chain input {{
type filter hook input priority filter; policy accept;
iif "lo" accept
ip saddr {server_ip} tcp dport {listen_port} accept
ct status dnat tcp dport {listen_port} accept
ip saddr {server_ip} tcp dport {listen_port} accept
tcp dport {listen_port} drop
}}
Expand Down
Loading