Built the Sentinel Tab
This commit is contained in:
12
infrastructure/desineuron_ingress/rathole-server.toml
Normal file
12
infrastructure/desineuron_ingress/rathole-server.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[server]
|
||||
bind_addr = "0.0.0.0:2333"
|
||||
default_token = "__RATHOLE_TOKEN__"
|
||||
|
||||
[server.transport]
|
||||
type = "noise"
|
||||
|
||||
[server.transport.noise]
|
||||
local_private_key = "__RATHOLE_SERVER_PRIVATE_KEY__"
|
||||
|
||||
[server.services.https_origin]
|
||||
bind_addr = "127.0.0.1:8443"
|
||||
Reference in New Issue
Block a user