From a6499f3cb9db1465684e11830b0eac354e6d2fbf Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 27 Feb 2024 22:12:51 +0800 Subject: [PATCH] feat: update dae & it's secrets --- flake.lock | 6 +++--- hosts/idols_aquamarine/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 3edd4353..9ba0b49c 100644 --- a/flake.lock +++ b/flake.lock @@ -628,10 +628,10 @@ "mysecrets": { "flake": false, "locked": { - "lastModified": 1708352242, - "narHash": "sha256-Fb5jPRNXSd+DWURvl2XG/nFNuVh3OXjFkagncZp6n6A=", + "lastModified": 1709042837, + "narHash": "sha256-oEiHgB7HLzNkkW3qEY4wcmAz1KU+zrcJ09BzswWtxbI=", "ref": "refs/heads/main", - "rev": "bc863eaccbe62dc240f879f7fc12e7855c5192cc", + "rev": "68414f844ccf2278299088d0ed363ced0f09115e", "shallow": true, "type": "git", "url": "ssh://git@github.com/ryan4yin/nix-secrets.git" diff --git a/hosts/idols_aquamarine/README.md b/hosts/idols_aquamarine/README.md index 1d91e9e1..3a79f330 100644 --- a/hosts/idols_aquamarine/README.md +++ b/hosts/idols_aquamarine/README.md @@ -6,6 +6,12 @@ NOTE: dae(running on aquamarine) do not provides a http/socks5 proxy server, so ## Troubleshooting +### Can not access the global internet + +1. Check wether the subscription url is accessible. + - If not, then you need to get a new subscription url and update the `dae`'s configuration. +1. Check the `dae` service's log by `journalctl -u dae -n 1000`. + ### DNS cannot be resolved 1. `sudo systemctl stop dae`, then try to resolve the domain name again.