Created
October 7, 2019 11:27
-
-
Save panakuma/0b46d9f82cc0dd5f6d608a1bd320bae6 to your computer and use it in GitHub Desktop.
firewalldのSoftetherVPNのサービス定義ファイル
This file contains 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 characters
<service> | |
<short>SoftetherVpnServer</short> | |
<description>Softether VPN Server</description> | |
<!-- TCP --> | |
<port protocol="tcp" port="443"/> | |
<port protocol="tcp" port="992"/> | |
<port protocol="tcp" port="1194"/> | |
<port protocol="tcp" port="5555"/> | |
<!-- UDP --> | |
<port protocol="udp" port="443"/> | |
<port protocol="udp" port="992"/> | |
<port protocol="udp" port="1194"/> | |
<port protocol="udp" port="5555"/> | |
<!-- UDP高速化 --> | |
<port protocol="udp" port="40000-44999"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment