Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Revert "fix(generator/client): remove tun interface name"
Browse files Browse the repository at this point in the history
This reverts commit 2f27972.
  • Loading branch information
douglarek committed Jan 21, 2024
1 parent 7ce33f6 commit a510eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/homeproxy/scripts/generate_client.uc
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ if (match(proxy_mode, /tun/))
type: 'tun',
tag: 'tun-in',

interface_name: null,
interface_name: tun_name,
inet4_address: tun_addr4,
inet6_address: (ipv6_support === '1') ? tun_addr6 : null,
mtu: strToInt(tun_mtu),
Expand Down

0 comments on commit a510eee

Please sign in to comment.