This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AUTHOR'S NOTE | |
| # | |
| # minimal ddclient config that i use | |
| # i recommend using 1984.is or freemyip.com | |
| # both registries are free and don't have KYC | |
| # | |
| # test config: | |
| # $ ddclient -daemon=0 -verbose -noquiet | |
| # test ip: | |
| # $ ddclient -query |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host *.onion | |
| ProxyCommand nc -x localhost:9050 %h %p |