Skip to content

Commit

Permalink
chore: update config.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Mar 20, 2023
1 parent d6eb193 commit e44b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ debug_dump = false
port_forwarding = [
{ network_type = "tcp", bind_address = "127.0.0.1:9898", remote_address = "10.10.98.98:80" },
{ network_type = "tcp", bind_address = "127.0.0.1:9899", remote_address = "10.10.98.98:80" },
{ network_type = "udp", bind_address = "127.0.0.1:53", remote_address = "10.10.0.21:53" }
{ network_type = "udp", bind_address = "127.0.0.1:1053", remote_address = "10.10.0.21:53" }
]

0 comments on commit e44b694

Please sign in to comment.