mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
Create a ufw firewall template for SoftEther.
Install a `/etc/ufw/applications.d/softether` file that describes network ports to keep open for the default SoftEther configuration.
This commit is contained in:
parent
c724d5bf43
commit
b3e6a7305b
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with autoreconf
|
dh $@ --with autoreconf
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install
|
||||||
|
install -m 644 -D debian/softether.ufw debian/softether/etc/ufw/applications.d/softether
|
||||||
|
4
debian/softether.ufw
vendored
Normal file
4
debian/softether.ufw
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[SoftEther]
|
||||||
|
title=Multiprotocol VPN server.
|
||||||
|
description=DNS tunneling, ISAKMP, L2TP, NAT-T, SSTP, TELNETS, OVPN.
|
||||||
|
ports=53,500,1194,1701,4500/udp|443,992,1194,5555/tcp
|
Loading…
Reference in New Issue
Block a user