Update .config/packages/archgirlie
Update .local/bin/vpn-port-forwarding
This commit is contained in:
parent
82189bff13
commit
2faf8a40b9
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
accessibility-inspector
|
accessibility-inspector
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
natpmpc -a 1 0 udp 60 -g 10.96.0.1 | grep -P "(?<=public port )\w+" -o >~/.vpn-port
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
date
|
date
|
||||||
natpmpc -a 1 0 udp 60 -g 10.96.0.1 && natpmpc -a 1 0 tcp 60 -g 10.96.0.1 || {
|
natpmpc -a 1 0 udp 60 -g 10.96.0.1 && natpmpc -a 1 0 tcp 60 -g 10.96.0.1 || {
|
||||||
|
|
Loading…
Reference in a new issue