Skip to content

Commit

Permalink
update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed May 31, 2024
1 parent bdc06d0 commit 1f86a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2ray-relay-server/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from urllib.request import urlopen

path = Path(__file__).parent
file = open(str(path.joinpath('config.json')), 'r', encoding='utf-8')
file = open(str(path.joinpath('v2ray.json')), 'r', encoding='utf-8')
config = json.load(file)

ip = urlopen("https://ipv4.icanhazip.com/").read().decode().rstrip()
Expand Down

0 comments on commit 1f86a7b

Please sign in to comment.