After having a dig in the config file it seems that remote_accept is a gargoyle feature. The script /usr/lib/gargoyle_firewall_util/gargoyle_firewall_util. sh,
Turns remote_accept rules into iptable rules.
Just incase anyone else wonders about remote_accept rules.
Search found 2 matches
- Sat Mar 24, 2018 1:34 pm
- Forum: General Discussion
- Topic: Firewall Config?
- Replies: 2
- Views: 2072
- Sat Mar 03, 2018 2:13 pm
- Forum: General Discussion
- Topic: Firewall Config?
- Replies: 2
- Views: 2072
Firewall Config?
anyone know the difference between remote_accept and just making a rule? Is there any functionality difference between these two rules? config remote_accept 'Transmission_Peers' option zone 'wan' option local_port '51413' option remote_port '51413' option proto 'tcpudp' And..... config rule option n...