mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: wireguard test
This commit is contained in:
parent
8b9ece1b4e
commit
1d9097408c
5 changed files with 24 additions and 59 deletions
|
@ -28,7 +28,7 @@ in
|
|||
options = ownerExclusiveReadWriteMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.0.0.1";
|
||||
ip0 = "10.100.0.1";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/${ceresStorageDriveName}";
|
||||
|
|
|
@ -19,7 +19,7 @@ in
|
|||
options = ownerWriteOthersReadMask;
|
||||
};
|
||||
wireguard = {
|
||||
ip0 = "10.0.0.2";
|
||||
ip0 = "10.100.0.2";
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/mnt/media/games";
|
||||
|
|
|
@ -22,6 +22,7 @@ in
|
|||
address1 = "0.0.0.0"; # All
|
||||
address2 = "192.168.50.1"; # Router
|
||||
address3 = "192.168.50.0"; # Router
|
||||
address4 = "192.168.1.0"; # Router
|
||||
};
|
||||
remotehost = {
|
||||
address0 = "24.76.173.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue