Sat Dec 30 01:15:37 AM CET 2023
This commit is contained in:
parent
3d4487e838
commit
9d0a215b58
@ -91,17 +91,10 @@ gta-max() {
|
||||
}
|
||||
|
||||
# Setup VPN
|
||||
vpn_port=`python3 /opt/thekube/gen_ports.py`
|
||||
vpn_port=`python3 /opt/thekube/ports.py`
|
||||
lxc config device add ${random} udp$vpn_port proxy listen=udp:0.0.0.0:$vpn_port connect=udp:127.0.0.1:51820
|
||||
|
||||
# Generate docker compose file
|
||||
#echo $random > /tmp/$random-random
|
||||
#export VAR=`cat /tmp/$random-random`
|
||||
#envsubst < template-wg_server.yaml > $random-wg_server.yaml
|
||||
curl --silent -X PUT --user "adelorenzo:dimi2014" https://couchdb.oe74.cloud/kk_users/${random}/${random} -d "{"_id":"$random"}" > /dev/null
|
||||
random_rev=`curl --silent -X GET https://adelorenzo:dimi2014@couchdb.oe74.cloud/kk_users/$random | jq -c '._rev' | sed 's/^.//' | sed 's/.$//'`
|
||||
#curl --silent -H "Content-Type: text/x-yaml" -X PUT --data-binary @${random}-wg_server.yaml --user "adelorenzo:dimi2014" "https://couchdb.oe74.cloud/kk_users/${random}/${random}-wg_server.yaml?rev=$random_rev" > /dev/null
|
||||
#rm ${random}-wg_server.yaml
|
||||
#rm /tmp/$random-random
|
||||
|
||||
$1
|
Loading…
Reference in New Issue
Block a user