Skip to content

Commit 247bd93

Browse files
committed
Replace seriyps.ru with seriyps.com
The old domain no longer works
1 parent 37497ff commit 247bd93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config/prod-sys.config: config/sys.config.example
2525
config/prod-vm.args: config/vm.args.example
2626
[ -f $@ ] && diff -u $@ $^ || true
2727
cp -i -b $^ $@
28-
@IP=$(shell curl -s -4 -m 10 http://ip.seriyps.ru || curl -s -4 -m 10 https://digitalresistance.dog/myIp) \
28+
@IP=$(shell curl -s -4 -m 10 http://ip.seriyps.com || curl -s -4 -m 10 https://digitalresistance.dog/myIp) \
2929
&& sed -i s/@0\.0\.0\.0/@$${IP}/ $@
3030

3131
user:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ share their credentials with others. To add client's fake domain to whitelist:
414414
mtp_policy_table:add(customer_domains, tls_domain, "my-client1.example.com").'
415415
```
416416
417-
And then use http://seriyps.ru/mtpgen.html to generate unique link for them.
417+
And then use https://seriyps.com/mtpgen.html to generate unique link for them.
418418
Be aware that domains table will be reset if proxy is restarted! Make sure you re-add them
419419
when proxy restarts (eg, via [systemd hook script](https://unix.stackexchange.com/q/326181/70382)).
420420

src/mtproto_proxy.app.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, mtproto_proxy,
22
[{description, "High-performance Telegram MTProto proxy server"},
3-
{vsn, "0.7.1"},
3+
{vsn, "0.7.3"},
44
{registered, []},
55
{mod, { mtproto_proxy_app, []}},
66
{applications,
@@ -66,7 +66,7 @@
6666
%% `ip_lookup_services' will be tried one-by-one: if 1st is not responding,
6767
%% 2nd one will be tried and so on
6868
{ip_lookup_services,
69-
["http://ipv4.seriyps.ru/",
69+
["http://ipv4.seriyps.com/",
7070
"http://v4.ident.me/",
7171
"http://ipv4.icanhazip.com/",
7272
"https://digitalresistance.dog/myIp"]},

0 commit comments

Comments
 (0)