Feat: lab0 done
This commit is contained in:
11
root/etc/apt/sources.list.d/ubuntu.sources
Normal file
11
root/etc/apt/sources.list.d/ubuntu.sources
Normal file
@@ -0,0 +1,11 @@
|
||||
Types: deb
|
||||
URIs: http://ubuntu.cs.nycu.edu.tw/ubuntu/
|
||||
Suites: noble noble-updates noble-backports
|
||||
Components: main universe restricted multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
Types: deb
|
||||
URIs: http://ubuntu.cs.nycu.edu.tw/ubuntu/
|
||||
Suites: noble-security
|
||||
Components: main universe restricted multiverse
|
||||
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
8
root/etc/wireguard/wg0.conf.example
Normal file
8
root/etc/wireguard/wg0.conf.example
Normal file
@@ -0,0 +1,8 @@
|
||||
[Interface]
|
||||
Address = 192.168.0.17/28
|
||||
PrivateKey =
|
||||
[Peer]
|
||||
PublicKey =
|
||||
PresharedKey =
|
||||
AllowedIPs = 192.168.0.0/16
|
||||
Endpoint = 140.113.17.2:5000
|
||||
Reference in New Issue
Block a user