Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mtproto_proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mtproto_proxy
Commits
d4b8c76c
Unverified
Commit
d4b8c76c
authored
Oct 22, 2018
by
Сергей Прохоров
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ease debugging
use fully qualified node name
parent
1253fdc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile
Makefile
+2
-0
vm.args.example
config/vm.args.example
+1
-1
No files found.
Makefile
View file @
d4b8c76c
...
...
@@ -15,6 +15,8 @@ config/prod-sys.config: config/sys.config.example
config/prod-vm.args
:
config/vm.args.example
[
-f
$@
]
&&
diff
$^
$@
||
true
cp
-i
-b
$^
$@
@
IP
=
$(
shell
curl
-s
http://ip.seriyps.ru
||
curl
-s
https://digitalresistance.dog/myIp
)
\
&&
sed
-i
s/@0
\.
0
\.
0
\.
0/@
$$
{
IP
}
/
$@
user
:
sudo
useradd
-r
$(USER)
||
true
...
...
config/vm.args.example
View file @
d4b8c76c
-
sname mtproto_proxy
-
name mtproto_proxy@0.0.0.0
-setcookie mtproto-proxy-cookie
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment