|
@@ -158,6 +158,8 @@ function stop {
|
158
|
158
|
# SSB/Scuttlebot/Patchwork
|
159
|
159
|
iptables -D INPUT -p udp --dport 8008 -j ACCEPT
|
160
|
160
|
iptables -D INPUT -p tcp --dport 8008 -j ACCEPT
|
|
161
|
+ iptables -D INPUT -p udp --dport 8010 -j ACCEPT
|
|
162
|
+ iptables -D INPUT -p tcp --dport 8010 -j ACCEPT
|
161
|
163
|
# vpn over the internet
|
162
|
164
|
iptables -D INPUT -p tcp --dport 653 -j ACCEPT
|
163
|
165
|
iptables -D INPUT -p udp --dport 653 -j ACCEPT
|
|
@@ -328,6 +330,8 @@ function start {
|
328
|
330
|
# SSB/Scuttlebot/Patchwork
|
329
|
331
|
iptables -A INPUT -p udp --dport 8008 -j ACCEPT
|
330
|
332
|
iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
|
|
333
|
+ iptables -A INPUT -p udp --dport 8010 -j ACCEPT
|
|
334
|
+ iptables -A INPUT -p tcp --dport 8010 -j ACCEPT
|
331
|
335
|
# vpn over the internet
|
332
|
336
|
iptables -A INPUT -p tcp --dport 653 -j ACCEPT
|
333
|
337
|
iptables -A INPUT -p udp --dport 653 -j ACCEPT
|