Upload New File
This commit is contained in:
parent
22c67bbd2c
commit
e987149ecc
1 changed files with 4 additions and 0 deletions
4
ipv6.sh
Normal file
4
ipv6.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
raw=$(curl -k -s https://ipv6.am.i.mullvad.net/)
|
||||
full=$(/home/server/Scripts/expand6.sh $raw)
|
||||
echo $full
|
Loading…
Reference in a new issue