From eb8d509a06e4e1c5fc21645945eb29172a9d9b91 Mon Sep 17 00:00:00 2001 From: xiihaiqal <71058792+xiihaiqal@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:37:52 +0800 Subject: [PATCH] Update DB --- DB | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DB b/DB index 01aaada..e76ce29 100644 --- a/DB +++ b/DB @@ -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 @@ -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