Update .config/packages/archgirlie
Update .local/bin/vpn-port-forwarding
This commit is contained in:
parent
2faf8a40b9
commit
66808694c0
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
||||
accessibility-inspector
|
||||
aic94xx-firmware
|
||||
alsa-utils
|
||||
|
@ -215,8 +216,6 @@ timeshift
|
|||
tk
|
||||
tmux
|
||||
topgrade
|
||||
transmission-cli
|
||||
transmission-gtk
|
||||
ttf-apple-emoji
|
||||
ttf-comic-sans
|
||||
ttf-fairiesevka
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
natpmpc -a 1 0 udp 60 -g 10.96.0.1 | grep -P "(?<=public port )\w+" -o >~/.vpn-port
|
||||
natpmpc -a 1 0 udp 60 -g 10.96.0.1 | grep -P "(?<=public port )\w+" -o >/home/marley/.vpn-port
|
||||
|
||||
while true; do
|
||||
date
|
||||
|
|
Loading…
Reference in a new issue