X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup;h=981a290f0f0b0dd4909f71bca1e463908dfb512d;hb=47b51938ae090a2717cb2ec3f9e547a76e7b2ae7;hp=041630927a60204c73ecc7f8ca7920b38059a3b0;hpb=a030c6b0d89340212d3c04023dcd1fe2a52d31d1;p=automated-distro-installer diff --git a/wrt-setup b/wrt-setup index 0416309..981a290 100755 --- a/wrt-setup +++ b/wrt-setup @@ -193,7 +193,7 @@ config rule option dest_port 22 config redirect - option name ssh + option name sshalt option src wan option src_dport 2222 option dest_port 22 @@ -227,6 +227,18 @@ config rule option target ACCEPT option dest_port 80 option proto tcp + +config redirect + option name syncthing + option src wan + option src_dport 22001 + option dest_ip 192.168.1.2 + option dest lan +config rule + option src wan + option target ACCEPT + option dest_port 22001 + EOF @@ -235,7 +247,7 @@ EOF dnsmasq_restart=false v cedit /etc/hosts <