Skip to content

Commit

Permalink
json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Rath committed Aug 19, 2023
1 parent c93e0bf commit 8729149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ cat /etc/nftables.d/addons/failover.nft
{
"failover": {
"endpoint_filer": {
"ip4": ['192.168.87.100', '192.168.87.101'],
"ip6": ['2001:DB8:2:2', '2001:DB8:2:3'],
"ip4": ["192.168.87.100", "192.168.87.101"],
"ip6": ["2001:DB8:2:2", "2001:DB8:2:3"],
"port": 443
},
"endpoint_print": {
"ip4": ['192.168.93.51', '192.168.93.52'],
"ip4": ["192.168.93.51", "192.168.93.52"],
"port": 631
},
"mark_proxy": { // set fwmark for policy routing
"ip4": ['192.168.132.2', '192.168.132.3'],
"ip4": ["192.168.132.2", "192.168.132.3"],
"port": 3129,
"values": [200, 201]
}
Expand Down

0 comments on commit 8729149

Please sign in to comment.