+++ title = “Air Gapping” description = “Build and run your entire site without Internet access.” categories = [“security”] tags = [“privacy”, “networking”] features = [“related content”] +++
Unless running the Quick Install After Dark does not require an Internet connection to function. Leverage this feature in creative ways:
By default After Dark makes no outbound requests except when viewing certain Online Help documentation to cover related functionality.
Using {{< external href=“https://serveo.net” text=“Serveo” />}} you may briefly expose your site to the Internet with end-to-end encryption, no sign-up required.
Serve and expose your site with the following command:
$ hugo serve --disableLiveReload & ssh -R 80:localhost:1313 serveo.net
Once started press g for traffic inspection, or quit to go offline and use fg to return to hugo. Install {{< external href=“https://matt.ucc.asn.au/dropbear/dropbear.html” text=“dropbear” />}} or {{< external href=“https://www.openssh.com” text=“openssh” />}} if you need ssh.