This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aed9243c65
pmaports
/
main
/
postmarketos-config-nftables
/
rules
/
50_vncserver.nft
8 lines
105 B
Text
Raw
Normal View
History
Unescape
Escape
main/postmarketos-config-nftables: subpackage vncserver (MR 2479) Co-authored-by: clayton craft <clayton@craftyguy.net>
2021-09-01 04:53:27 +00:00
#!/usr/sbin/nft -f
table inet filter {
postmarketos-config-nftables: fix syntax errors and coding styles (MR 3535)
2022-10-13 20:08:54 +00:00
chain input {
tcp dport 5900 accept comment "accept VNC"
}
main/postmarketos-config-nftables: subpackage vncserver (MR 2479) Co-authored-by: clayton craft <clayton@craftyguy.net>
2021-09-01 04:53:27 +00:00
}
Reference in a new issue
Copy permalink