Compare commits

...

6 Commits

Author SHA1 Message Date
Lingam mohan Krishna sen cc419feb53
Merge 7758ef9247 into fb6f658ba2 2024-04-24 11:28:22 +05:30
Ankan Pal fb6f658ba2
Merge pull request #41 from black-dragon74/add-key-strings
Add a few more keystrings
2024-04-20 08:02:07 +05:30
black-dragon74 c786153181 Add a few more keystrings
Signed-off-by: black-dragon74 <niryadav@redhat.com>
2024-04-19 20:41:14 +05:30
Lingam mohan Krishna sen 7758ef9247
Update VPN over Internet 2023-10-22 12:24:02 -04:00
Lingam mohan Krishna sen 87ecd292fa
Update VPN over Internet 2023-10-22 10:50:23 -04:00
Lingam mohan Krishna sen f975133f27
Create VPN over Internet 2023-10-22 10:39:10 -04:00
2 changed files with 13 additions and 1 deletions

11
VPN over Internet Normal file
View File

@ -0,0 +1,11 @@
Step 1 :- Create a VPN server (wireguard using pivpn in dietpi os in my case)
Step 2 :- expose device over ipv6 not ipv4(cause of cgnat or pay for public IP) both inbound and outbound in router firewall page for ipv6
Step 3 :- connect to the VPN using OpenVPN or wireguard depending on the server installation
Any ngork/remote.it or any similar service is required to connect with headless if the ipv6 is getting updated, or a free ddns which for ipv6 is also good
Observation
The main use is to connect to the home network using the VPN, you can use hotstart,aha and other services when you are overseas.
The Jiocall app would register the app, or a new device can be added to everything but the jiocall(last versions after the rename) would sometimes stop working, and call can not be placed.
Detailed analysis is required to check the tvbox and jiotv apk

View File

@ -66,7 +66,8 @@ def tryKey(key):
keyStrings = ["1n0NaZQnC9oxcfwf", "us4AQiJAgbj0Fmxq", "NTqK8Ps5iFke8zrp", "bfqerloC15y79WQZ",
"9gNzEbuDjtyT9Pyc", "uuphsZuO92AZW5GJ", "qdySWmmvYKdBcO53", "Q7ODauKsxUAUtbR7",
"Kohgiem4joochei3"]
"Kohgiem4joochei3", "6f1D27JyLm70GUUu", "zuFbKywMhJjVEhk3", "6uMrt5ricsD1ABDh",
"iPjZ8bYm6s3uGYVf", "QGwaPHx2K1rNDTmL", "fJ7OeRF2TvqKdR30"]
def useCombination(keyIndex):
x = [routerSerial, keyStrings[keyIndex], routerSsid]