Compare commits
1 Commits
v0.0.4v-jl
...
v0.0.4w-ml
Author | SHA1 | Date | |
---|---|---|---|
30fd771045 |
@ -1,2 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#stoper le fw
|
||||||
|
systemctl stop ferm
|
||||||
|
#ouverture du service web pour copie distante
|
||||||
cd /root/confwg/ && python3 -m http.server 8000 &
|
cd /root/confwg/ && python3 -m http.server 8000 &
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#recuperation du fichier de config
|
||||||
wget http://r-vp1.gsb.adm:8000/wg0-b.qconf
|
wget http://r-vp1.gsb.adm:8000/wg0-b.qconf
|
||||||
|
#renomage fichier et mv
|
||||||
|
mv ./wg0-b.conf /etc/wireguard/wg0.conf
|
||||||
|
Reference in New Issue
Block a user