Tidy up proxy and add 100 systems for hs default
This commit is contained in:
parent
0600332980
commit
d72c6b1f83
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -v -d --read-only `pwd`/config/freedmr-docker.cfg:/opt/freedmr/hblink.cfg -v /tmp/FreeDMR.log:/opt/freedmr/freedmr.log -v `pwd`/config/rules.py:/opt/freedmr/rules.py -p 54100-54150:54100-54150/udp -p 62031:62031/udp -p 62036-62046:62036-62046/udp -p 4321:4321/tcp freedmr
|
||||
|
@ -150,11 +150,11 @@ if __name__ == '__main__':
|
||||
|
||||
Master = "127.0.0.1"
|
||||
ListenPort = 62031
|
||||
DestportStart = 54000
|
||||
DestPortEnd = 54001
|
||||
DestportStart = 54100
|
||||
DestPortEnd = 54200
|
||||
Timeout = 30
|
||||
Stats = True
|
||||
Debug = True
|
||||
Stats = False
|
||||
Debug = False
|
||||
BlackList = [1234567]
|
||||
|
||||
#*******************
|
||||
|
Loading…
Reference in New Issue
Block a user