mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 05:45:08 +02:00
feat: use suzi as the default gateway
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
|||||||
{lib}: rec {
|
{lib}: rec {
|
||||||
mainGateway = "192.168.5.1"; # main router
|
mainGateway = "192.168.5.1"; # main router
|
||||||
defaultGateway = "192.168.5.101"; # subrouter with a transparent proxy
|
# use suzi as the default gateway
|
||||||
|
# it's a subrouter with a transparent proxy
|
||||||
|
defaultGateway = "192.168.5.178";
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"119.29.29.29" # DNSPod
|
"119.29.29.29" # DNSPod
|
||||||
"223.5.5.5" # AliDNS
|
"223.5.5.5" # AliDNS
|
||||||
|
|||||||
Reference in New Issue
Block a user