diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-06-28 00:57:17 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-28 00:57:17 +0000 |
commit | 9c956cfe1ee447fc0968d88516e7c859a601b25a (patch) | |
tree | dd9ab8cbea816b8ee1fe58efe20382414d2369b4 /etc/systemd/network/10-cloud-init-eth0.network | |
parent | a15d7097e161a914810e4d8f0ce48578a8224751 (diff) |
feat: wg and swgp config, mainly for aa
Diffstat (limited to 'etc/systemd/network/10-cloud-init-eth0.network')
-rw-r--r-- | etc/systemd/network/10-cloud-init-eth0.network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network index 1bc579b9..7829f528 100644 --- a/etc/systemd/network/10-cloud-init-eth0.network +++ b/etc/systemd/network/10-cloud-init-eth0.network @@ -14,7 +14,14 @@ Address=38.175.201.185/22 Address=2606:a8c0:3::75f/128 [Address] +# another ipv6 address for aa wireguard+swgp into +# not sure if it is corret, but it works +Address=2606:a8c0:3:773::b/64 + +[Address] +# the last address seems is the default? # ...:1/64 also works, but I use ...:a/64 because crunchbits panel reverse DNS support this address +# 2024-06-27, ...:1/64 seems doe not work any more, not sure why Address=2606:a8c0:3:773::a/64 # use the following will not need GatewayOnLink=yes in [Route] section, but I'm not sure if it is correct, I'm not sure if those ips could be accessed without gateway, more see https://superuser.com/q/1562380 #Address=2606:a8c0:3:773::a/48 |