Last active
October 9, 2024 14:53
-
-
Save Juul/17d2228acf4e53d85d2f088c0efb7adf to your computer and use it in GitHub Desktop.
Revisions
-
Juul revised this gist
Mar 10, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ To `/etc/config/firewall` add: ``` config rule option name Allow-SSH-WAN option src wan option proto tcp option dest_port 22 option target ACCEPT -
Juul revised this gist
Mar 10, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ To `/etc/config/firewall` add: ``` config rule option name Allow-SSH-WAN option src wan option proto tcp option dest_port 22 option target ACCEPT -
Juul created this gist
Mar 10, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ To `/etc/config/firewall` add: ``` config rule option name Allow-SSH-WAN option dest wan option proto tcp option dest_port 22 option target ACCEPT option family ipv4 ``` Then: ``` /etc/init.d/firewall restart ```