update paperless
This commit is contained in:
parent
60422a1900
commit
285b1a1963
2 changed files with 14 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
client_name="ipad tina"
|
||||
client_ip=10.100.0.9
|
||||
private_key=$( wg genkey )
|
||||
public_key=$( echo "$private_key" | wg pubkey )
|
||||
private_key=$(wg genkey)
|
||||
public_key=$(echo "$private_key" | wg pubkey)
|
||||
|
||||
cat <<EOF > client.conf
|
||||
cat <<EOF >client.conf
|
||||
[Interface]
|
||||
Address = ${client_ip}/32
|
||||
MTU = 1280
|
||||
|
@ -39,4 +39,4 @@ for quick configuration
|
|||
|
||||
EOF
|
||||
|
||||
qrencode -t ansiutf8 < client.conf
|
||||
qrencode -t ansiutf8 <client.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue