Print port number to txt file
This commit is contained in:
parent
07213c2268
commit
e5d1777fc7
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
PORT=$(natpmpc -a 1 0 udp 60 -g 10.2.0.1 | awk '/Mapped public/ {print $4}')
|
||||||
|
echo "$PORT" | tee /usr/local/etc/natvpn_port.txt
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
date
|
date
|
||||||
natpmpc -a 1 0 udp 60 -g 10.2.0.1 && natpmpc -a 1 0 tcp 60 -g 10.2.0.1 || {
|
natpmpc -a 1 0 udp 60 -g 10.2.0.1 && natpmpc -a 1 0 tcp 60 -g 10.2.0.1 || {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user