Created
December 19, 2022 06:41
-
-
Save bitcoinvps/819765a499e263a5b73a2e09dd211803 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "tun", | |
| "tag": "tun-in", | |
| "interface_name": "tun0", | |
| "inet4_address": "172.19.0.1/30", | |
| "inet6_address": "fdfe:dcba:9876::1/128", | |
| "stack": "gvisor", | |
| "mtu": 9000, | |
| "auto_route": true, | |
| "strict_route": true, | |
| "endpoint_independent_nat": false, | |
| "sniff": true, | |
| "sniff_override_destination": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment