Skip to content

Commit

Permalink
Examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Feb 23, 2024
1 parent d01c385 commit cc2343f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ts-warp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target_network = 192.168.1.0/24
; target_network = 192.168.1.0/255.255.255.0
; target_range = 192.168.1.1/192.168.1.20 ; Not recommended for big ranges > 256 addresses
; target_domain = balmora.lan ; To make it work local DNS must be able to resolve remote addresses
proxy_server = 192.168.1.237
proxy_server = 192.168.1.237 ; Defaults proxy_type is Socks5 and port 1080
; proxy_server = 192.168.1.237:1080
; proxy_type = 5 ; Socks5 (default)
; proxy_type = 4 ; Socks4
Expand All @@ -27,14 +27,14 @@ proxy_user = username
proxy_password = tsw01:08415D5F6519633F1D150E08552837506D12383C177C176F7C322E1F562D ; Encoded password, see ts-pass

[HTTPS PROXY] ; This is an example of an entry for HTTPS proxy server
proxy_server = 192.168.1.237:8080
proxy_server = 192.168.1.237:3128 ; Don't forget setting port number
proxy_type = H
; proxy_user = myusername
; proxy_password = tsw01:08415D5F6519633F1D150E08552837506D12383C177C176F7C322E1F562D
target_network = 192.168.15.0/24

[SSH2 proxy]
proxy_server = 192.168.1.238:22
proxy_server = 192.168.1.238:22 ; Don't forget setting port number
proxy_type = S
proxy_user = myusername
proxy_password = tsw01:08415D5F6519633F1D150E08552837506D12383C177C176F7C322E1F562D
Expand Down

0 comments on commit cc2343f

Please sign in to comment.