mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-21 16:29:04 +01:00
parent
5acd9a0446
commit
ea236de3e3
8
FAQ.md
8
FAQ.md
@ -125,6 +125,14 @@ for i in ${userlist[@]};do
|
|||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
From a list in a text file:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
while read USER
|
||||||
|
do MENU_OPTION="1" CLIENT="$USER" PASS="1" ./openvpn-install.sh
|
||||||
|
done < users.txt
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Q:** How do I change the default `.ovpn` file created for future clients?
|
**Q:** How do I change the default `.ovpn` file created for future clients?
|
||||||
|
Loading…
Reference in New Issue
Block a user