projects
/
pve-firewall.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix iptables-restore - correctly add newline after COMMIT
[pve-firewall.git]
/
example
/
100.fw
1
# Example VM firewall configuration
2
#ACTION IFACE SOURCE DEST PROTO D-PORT S-PORT
3
4
[IN]
5
6
SSH(ACCEPT) net0 192.168.2.192 -
7
8
[OUT]
9
10
11
DNS(ACCEPT) net0
12
Ping(ACCEPT) net0
13
SSH(ACCEPT)
14
15
16