diff --git a/flixbus_reconnect.sh b/flixbus_reconnect.sh new file mode 100755 index 0000000..bb53037 --- /dev/null +++ b/flixbus_reconnect.sh @@ -0,0 +1,6 @@ +curl 'http://captive-portal.peplink.com:8008/logon?tc_agreed=agreed&ident=1&username=flixguest&response=eb7559167302e9545fa68b01f03ccc52&orig_url=https%3A%2F%2Fcaptive-portal.flixbus.com&command=login' \ + -H 'DNT: 1' \ + -H 'Upgrade-Insecure-Requests: 1' \ + -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36' \ + --insecure \ + -v