This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/utils/rulelist.rules

24 lines
552 B
Text

# HTTP(s)
INPUT -p tcp --dport 80 -j ACCEPT
INPUT -p tcp --dport 443 -j ACCEPT
# SSH
INPUT -p tcp --dport 8240 -j ACCEPT
# WIREGUARD
INPUT -p udp --dport 51820 -j ACCEPT
# MINECRAFT (25565 && 280**)
INPUT -p tcp --dport 25565 -j ACCEPT
# RUST (281**)
INPUT -p tcp --dport 28115 -j ACCEPT
INPUT -p udp --dport 28115 -j ACCEPT
INPUT -p tcp --dport 28116 -j ACCEPT
INPUT -p udp --dport 28116 -j ACCEPT
INPUT -p tcp --dport 28182 -j ACCEPT
INPUT -p udp --dport 28182 -j ACCEPT
# ALLOW ALL TRAFFIC FROM xxx.xxx.xxx.xxx
INPUT -s 87.210.9.220 -j ACCEPT