v1.0.0
Golang lint / docker-smoke (push) Successful in 17s
Golang lint / lint (push) Failing after 18s

This commit is contained in:
2026-08-06 12:22:44 +03:00
parent a47ac72db0
commit bb2fa57bbe
21 changed files with 1075 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[retry]
count = 5
delay = "5s"
[[entry]]
direction = "ltr"
remotePort = 2222
remoteIP = "192.168.0.1"
localPort = 22
localIP = "127.0.0.1"
host = "user@127.0.0.1"
# This block completely overrides the top-level [retry] block for this tunnel.
[entry.retry]
count = -1
delay = "5s"
[[entry]]
direction = "rtl"
remotePort = 5432
remoteIP = "127.0.0.1"
localPort = 54321
localIP = "127.0.0.1" # You can remove this line. If local or remote ip empty, est will use "127.0.0.1"
host = "my_server"