Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DB
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Dropbear_Port1='445'
Dropbear_Port2='442'

# Stunnel Ports
Stunnel_Port1='446' # through Dropbear
Stunnel_Port1='443' # through Dropbear
Stunnel_Port2='444' # through OpenSSH

# OpenVPN Ports
OpenVPN_TCP_Port='443'
OpenVPN_TCP_Port='1194'
OpenVPN_UDP_Port='25222'

# Privoxy Ports
Expand Down Expand Up @@ -91,7 +91,7 @@ function InstUpdates(){
function InstWebmin(){
# Download the webmin .deb package
# You may change its webmin version depends on the link you've loaded in this variable(.deb file only, do not load .zip or .tar.gz file):
WebminFile='https://github.com/raziman869/AutoScriptDB/raw/master/Files/Plugins/webmin_1.920_all.deb'
WebminFile='http://prdownloads.sourceforge.net/webadmin/webmin_1.960_all.deb'
wget -qO webmin.deb "$WebminFile"

# Installing .deb package for webmin
Expand Down