Skip to content

Commit

Permalink
Update websocket.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alkhanet26 authored Jun 22, 2024
1 parent 85c27d5 commit 118869b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions websocket-python/websocket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

cd
# Installing Service ws ws-ovpn
wget -O /usr/local/bin/ws-ovpn "https://raw.githubusercontent.com/syapik96/aws/main/lain2/ovpn.py"
wget -O /usr/local/bin/ws-ovpn "https://raw.githubusercontent.com/alkhanet26/aws/main/lain2/ovpn.py"
chmod +x /usr/local/bin/ws-ovpn

# Create system Service ws ws-ovpn
cat > /etc/systemd/system/ws-ovpn.service <<END
[Unit]
Description=OpenVpn Over Websocket Python
Documentation=https://github.com/syapik96/aws
Documentation=https://github.com/alkhanet26/aws
After=network.target nss-lookup.target
[Service]
Expand All @@ -29,14 +29,14 @@ WantedBy=multi-user.target
END

# Installing Service ws-dropbear
wget -O /usr/local/bin/ws-dropbear "https://raw.githubusercontent.com/syapik96/aws/main/websocket-python/dropbear-ws.py"
wget -O /usr/local/bin/ws-dropbear "https://raw.githubusercontent.com/alkhanet26/aws/main/websocket-python/dropbear-ws.py"
chmod +x /usr/local/bin/ws-dropbear

# Create system Service ws-dropbear
cat > /etc/systemd/system/ws-dropbear.service <<END
[Unit]
Description=Dropbear Over Websocket Python
Documentation=https://github.com/syapik96/aws
Documentation=https://github.com/alkhanet26/aws
After=network.target nss-lookup.target
[Service]
Expand All @@ -53,14 +53,14 @@ WantedBy=multi-user.target
END

# Installing Service ws-stunnel
wget -O /usr/local/bin/ws-stunnel "https://raw.githubusercontent.com/syapik96/aws/main/websocket-python/ws-stunnel.py"
wget -O /usr/local/bin/ws-stunnel "https://raw.githubusercontent.com/alkhanet26/aws/main/websocket-python/ws-stunnel.py"
chmod +x /usr/local/bin/ws-stunnel

# Create system Service ws-stunnel
cat > /etc/systemd/system/ws-stunnel.service <<END
[Unit]
Description=Ssl/tls Proxy Over Websocket Python
Documentation=https://github.com/syapik96/aws
Documentation=https://github.com/alkhanet26/aws
After=network.target nss-lookup.target
[Service]
Expand All @@ -77,14 +77,14 @@ WantedBy=multi-user.target
END

# Installing Service ws-openssh
wget -O /usr/local/bin/ws-openssh "https://raw.githubusercontent.com/syapik96/aws/main/lain2/edu-openssh.py"
wget -O /usr/local/bin/ws-openssh "https://raw.githubusercontent.com/alkhanet26/aws/main/lain2/edu-openssh.py"
chmod +x /usr/local/bin/ws-openssh

# Create system Service ws-openssh
cat > /etc/systemd/system/ws-openssh.service <<END
[Unit]
Description=OpenSSH Over Websocket Python
Documentation=https://github.com/syapik96/aws
Documentation=https://github.com/alkhanet26/aws
After=network.target nss-lookup.target
[Service]
Expand Down

0 comments on commit 118869b

Please sign in to comment.