mirror of
				https://github.com/teddysun/across.git
				synced 2025-10-31 08:45:36 +08:00 
			
		
		
		
	Update comments
This commit is contained in:
		| @@ -34,11 +34,13 @@ A sample in JSON like below: | ||||
| { | ||||
|     "listen": ":8998", | ||||
|     "cert": "/etc/hysteria/cert.crt", | ||||
|     "key": "/root/hysteria/private.key", | ||||
|     "key": "/etc/hysteria/private.key", | ||||
|     "obfs": "dGVkZHlzdW4uY29tCg==" | ||||
| } | ||||
| ``` | ||||
|  | ||||
| And put the `cert.crt`, `private.key` to the `/etc/hysteria/`. | ||||
|  | ||||
| There is an example to start a container that listen on port `8998`, run as a Hysteria server like below: | ||||
|  | ||||
| ```bash | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "listen": ":8998", | ||||
|     "cert": "/etc/hysteria/cert.crt", | ||||
|     "key": "/root/hysteria/private.key", | ||||
|     "key": "/etc/hysteria/private.key", | ||||
|     "obfs": "dGVkZHlzdW4uY29tCg==" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user