This commit is contained in:
Alek Westover 2022-10-02 19:08:23 -04:00
parent 4ceb70fae7
commit df85da47a7
2 changed files with 7 additions and 2 deletions

View file

@ -1 +1,2 @@
curl 10.29.55.48:8000/tunnel?petname=Anthony&path=bob
echo 'curl "10.29.72.197:8000/tunnel?petname=anthony&path=bob"'
curl "10.29.72.197:8000/tunnel?petname=anthony&path=bob"

View file

@ -1 +1,5 @@
os.system('curl "10.29.55.48:8000/tunnel?dest=anthony"')
os.system('curl "10.29.72.197:8000/tunnel?dest=anthony"')
# SERVER = 'http://10.29.55.48:8000'
SERVER = 'http://10.29.72.197:8000'