From d2d423f055f11dd35ff2d1d78fa85fedbca87f98 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 29 Dec 2020 15:49:59 -0600 Subject: [PATCH 1/3] Add 'readme.md' --- readme.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e69de29 From 530c9a8cadef027de65223eb2eaf1604533c3420 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 29 Dec 2020 15:51:50 -0600 Subject: [PATCH 2/3] Update 'readme.md' --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index e69de29..13792b5 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,3 @@ +## Maybe do these things: + +- remove `config_vpn.xml` from `/mnt/flash/etc/conf.d` \ No newline at end of file From 3276bfb3395d623b41791832c459140fb38a634e Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 29 Dec 2020 20:55:11 -0600 Subject: [PATCH 3/3] Update 'readme.md' --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 13792b5..ad953ef 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,12 @@ ## Maybe do these things: -- remove `config_vpn.xml` from `/mnt/flash/etc/conf.d` \ No newline at end of file +- remove `config_vpn.xml` from `/mnt/flash/etc/conf.d` +- remove `config_ddns.xml` from `/mnt/flash/etc/conf.d` +- remove `config_https.xml` from `/mnt/flash/etc/conf.d` +- remove `config_layout.xml` from `/mnt/flash/etc/conf.d` +- edit `/etc/sysconf`: comment out DDNS_VVTK_SERVER variables a +- remove `S68ddnsc` from `/mnt/flash/etc/rcS.d` +- remove `S67vpnwatch` from `/mnt/flash/etc/rcS.d` +- remove `S91openvpn` from `/mnt/flash/etc/rcS.d` + +grep -r -E "[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+" * \ No newline at end of file