Skip to content

tunnels-is/docs

Repository files navigation

How to write docs

Starting the server

$ hugo server -D

Creating sub pages

this creates a new directory

 hugo new docs/DIR/_index.md
 hugo new docs/DIR/DIR/_index.md

this creates a new page

 hugo new docs/DIR/DIR/hello.md

highlighting syntax

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}

Tags

base services

  • proxy
  • public-vpn
  • private-vpn
  • vpn
  • app
  • controller
  • honeypot
  • api
  • dns

actions

  • create
  • update
  • delete
  • connect
  • disconnect
  • connections

other

  • settings
  • logs
  • socials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published